Allows remote hosts to connect to local forwarded ports. If used on a multiplexed connection, then this option must be specified on the master process.
I want to connect to remote MySQL via ssh tunnel with user that has 'localhost' access. I use this to make a tunnel: ssh -f -N -L 33306:localhost:3306 user@ ...